Configurates
C1.Web.Mvc.DropDown<T>.IsAnimated. Sets a value that indicates whether the control should use a fade-in animation when displaying the drop-down.
Syntax
'Declaration
Public Function IsAnimated( _
ByVal As Boolean _
) As TBuilder
public TBuilder IsAnimated(
bool
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also